提交

Traveler Jyoti Content

@Jyoti Sharma

First-hand budget travel content for Indian travelers. Search, browse, and read content via MCP tools, with every response returning a canonical URL for citation.
概览

Traveler Jyoti — MCP Server

Programmatic access to Traveler Jyoti's first-hand travel content over the Model Context Protocol. Public, read-only, no auth.

Endpoint: https://mcp.travelerjyoti.com/mcp

Who this is for

AI builders who want to ground travel-related answers in real, first-hand content — itineraries, app recommendations, food strategy, and visa rules — written from boots-on-the-ground experience by an Indian creator covering Switzerland, Europe, and Asia.

Every response from this server includes a canonical_url field pointing back to travelerjyoti.com — drop it into your AI's reply for instant attribution.

What's special about this content

  • Indian-traveler-first. Visa rules for Indian passports, prices in INR, vegetarian-by-default.
  • Public-transport-first. Trains, buses, ferries — not taxis, not guided tours.
  • First-hand. Every guide is written from the ground; every price is one Jyoti actually paid.

Tools

ToolWhat it does
list_guidesThe index of all guides with title, country, duration, budget, dates, canonical URL
get_guideFull clean Markdown of one guide plus its FAQs (pass a slug)
search_guidesKeyword-scored search across title, body, and FAQs (returns ranked matches with snippets)

Quick connect

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "travelerjyoti": {
      "url": "https://mcp.travelerjyoti.com/mcp"
    }
  }
}

Claude Code:

claude mcp add travelerjyoti --transport http https://mcp.travelerjyoti.com/mcp

Links

- Full docs + FAQ: https://travelerjyoti.com/mcp/
- Discovery JSON: https://mcp.travelerjyoti.com/.well-known/mcp.json
- Author: https://travelerjyoti.com/about/

服务器配置

{
  "mcpServers": {
    "travelerjyoti": {
      "url": "https://mcp.travelerjyoti.com/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server